.prosmotr{
    color: white;
    text-decoration: none;
}
.button_prosmotr{
    height: 35px;
    width: 150px;
    background-color: black;
    border-radius: 25px;
    border-color: white;
    cursor: pointer;
}
.button_prosmotr:hover{
    transform: scale(1.05);
}
.split {
    height: 100%;
}
    .split .left-split{
        width: 80%;
        float: left;
    }
    .split .right-split{
        width: 20%;
        float: right;
    }

.banner_game{
    height: 280px;
    width: 350px;
    background-color: rgb(255, 255, 255, 0.1);
    border-radius: 25px;
}
.banner_img{
    height: 180px;
    width: 350px;
    border-radius: 25px;
}
.product_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 10px;
}
.title{
    font-size: 20px;
}
.price1{
    font-size: 23px;
    color: green;
}
.price2{
    font-size: 23px;
    color: red;
}
.pop_towar{
    color: white;
}